home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / xlib / xlib06 / xdetect.inc < prev    next >
Text File  |  1993-09-12  |  823b  |  27 lines

  1. ;-----------------------------------------------------------------------
  2. ;
  3. ; XDETECT - Include file
  4. ;
  5. ; XDETECT.ASM export functions
  6. ;
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ;
  13. ; egg@dstos3.dsto.gov.au
  14. ; teg@bart.dsto.gov.au
  15. ;-----------------------------------------------------------------------
  16.      global _MouseButtonCount        :word
  17.      global _MouseVersion            :word
  18.      global _MouseType               :byte
  19.      global _MouseIRQ                :byte
  20.  
  21.  
  22.      global _x_graphics_card        :proc
  23.      global _x_processor            :proc
  24.      global _x_coprocessor          :proc
  25.      global _x_mousedriver          :proc
  26.  
  27.